home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Spectro / Source / WaterfallComputer.h < prev    next >
Text File  |  1992-01-22  |  281b  |  17 lines

  1. /* Generated by Interface Builder */
  2.  
  3. #import <objc/Object.h>
  4.  
  5. @interface WaterfallComputer:Object
  6. {
  7.     id    mySignalProcessor;
  8.     id    myApp;
  9. }
  10.  
  11. - setApp:anObject;
  12. - setSignalProcessor:anObject;
  13. - computeThisCodex: (unsigned char *) data;
  14. - computeThisLinear: (short *) data;
  15.  
  16. @end
  17.